public Task <ApplicationRole> NewApplicationRole(ApplicationRole role)
 {
     return(_applicationRoleRepository.NewApplicationRole(role));
 }