public bool Delete(object CustomerID)
 {
     return(Customer.Delete(CustomerID) == 1);
 }