/**
  * Find and return the given menu collection.
  *
  * @param string $key
  * @return \Caffeinated\Menus\Collection 
  * @static 
  */
 public static function get($key)
 {
     return \Caffeinated\Menus\Menu::get($key);
 }