/// <summary> /// Lấy toàn bộ dữ liệu từ bảng menu /// </summary> /// <returns>DataTable</returns> public DataTable GetAll() { return(objmenuDA.GetAll()); }