public static void UpdateBL(CostumersTable ct, string firstName, string lastName, string address, string phone, string mail, int active, string notes)
 {
     DataLayer.UpdateCostumerDL(ct, firstName, lastName, address, phone, mail, active, notes);
 }