partial void UpdateCust(Cust instance);
 partial void DeleteCust(Cust instance);
 partial void InsertCust(Cust instance);