public string DeleteClient(int selectedId)
        {
            DAClient dac = new DAClient();

            return(dac.DADeleteClient(selectedId));
        }