public List <MenuDTO> GetMenuFavoriteByCategory(int id) { return(MenuBL.GetMenuFavoriteByCategory(id)); }