public List <APP_ROLE> GetActiveRoles()
 {
     return(_repository.GetActiveRoles());
 }