/**
  * Gets all profiles from the drawer view
  *
  * @return Profiles from the drawer view
  */
 public List<DrawerProfile> getProfiles() {
   return mDrawer.getProfiles();
 }