public List <Customer> getAll()
        {
            List <Customer> allCustomers = _customer.getAll();

            return(allCustomers);
        }