public List <ClientDTG> GetAllClients()    //done
 {
     return(MapperToDTG.ClientDTGs(clientManager.Clients));
 }