public bool Delete(Role role)
 {
     throw new NotSupportedException();
 }
 public void Create(Role role)
 {
     throw new NotSupportedException();
 }