public int AddDG(DocGia docGia) { try { return(docGiaDAO.Add(docGia)); } catch (SqlException ex) { throw ex; } }