public bool Sua(DocGia dg) { if (string.IsNullOrEmpty(dg.MaDocGia)) { return(false); } dgDao.Update(dg); return(true); }