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