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