public List <CustomerDto> GetAllCustomers() { CustomerBusinessLayer customerBll = new CustomerBusinessLayer(); return(customerBll.GetAllCustomers()); }