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