/**
  * Gets an item from the drawer
  *
  * @param position The item position
  * @return Item from the drawer
  */
 public DrawerItem getItem(int position) {
   return mDrawer.getItem(position);
 }