public bool UpdateCustomerRole(UserRole userRole)
 {
     throw new NotImplementedException();
 }
 public bool AddUserRole(UserRole userRole)
 {
     throw new NotImplementedException();
 }