public void Update(TypeOfPayRepository entity)
 {
     throw new NotImplementedException();
 }
 public TypeOfPayRepository Add(TypeOfPayRepository entity)
 {
     throw new NotImplementedException();
 }