public Buyer FindOne(int ID)
 {
     return(buyerRepository.FindOne(ID));
 }