public int Create(Customer customer)
 {
     throw new NotImplementedException();
 }
 public void Update(int id, Customer customer)
 {
     throw new NotImplementedException();
 }