public ThamSoDTO getData(string id)
        {
            ThamSoDTO tsDTO = tsDAL.getData(id);

            return(tsDTO);
        }