public APP_ROLE AddRole(APP_ROLE roleToAdd)
 {
     return(_repository.AddRole(roleToAdd));
 }