public List <BLDish> FilterDishes(int code)
        {
            BLClient Cl = new BLClient();

            return(Cl.FilterDishes(code));
        }