public bool AddCustomerTodb(Customer customer)
 {
     return(castomerMethods.AddCustomerTodb(customer));
 }