public IActionResult CreateProduct(Customer customer)
 {
     _repo.AddBilling(customer);
     return(View());
 }