public bool Edit(PdbUser us)
 {
     throw new NotImplementedException();
 }
 public bool Create(PdbUser us)
 {
     throw new NotImplementedException();
 }