static void PrintCustomers() { var listcustomerModel = DAL.GetList(); listcustomerModel.ForEach(item => { PrintCust(item); }); }