/**
  * @return mixed
  */
 public function getCount()
 {
     return Role::count();
 }