public string updateEntryOperator(EntryOp entryOp, string uname)
 {
     return(communicator.updateEntryOperator(entryOp, uname));
 }
        //public string removeCustomer(string name)
        //{
        //    return communicator.deleteCustomer(name);
        //}

        public string addEntryOperator(EntryOp entryOp)
        {
            return(communicator.addEntryOperator(entryOp));
        }