public void Create(Customer entity)
 {
     dbCustomer.Create(entity);
 }