public List <Customer> GetAllCustomers()
        {
            List <Customer> cc = r.GetCustomers1();

            return(cc);
        }