public Discount Get(int id)
        {
            Discount data = _discount.GetInfo(id);

            return(data);
        }