public List <MenuGroupDTO> FindMenuGroupAll(object dto) { dao = new MenuDAO(); // return null; return(dao.FindMenuGroupAll(dto)); }