/**
  * Selects a profile from the drawer view
  *
  * @param id The profile ID
  */
 public DrawerActivity selectProfileById(long id) {
   mDrawer.selectProfileById(id);
   return this;
 }