public static int AddReader(string ten, string phone, LoaiDGDTO loai) { return(DocGiaDAO.InserReader(new DocGiaDTO(ten, phone, loai))); }