private function getAdmin($name)
 {
     return \Admin::getByPath($name);
 }