public bool Them(TheLoaiDTO tlDTO) { if (tlDTO.Ten == "") { throw new Exception("Chưa nhập tên thể loại!"); } return(tlDAO.Them(tlDTO)); }