// GET: api/Buyer
        public string Get()
        {
            Buyer B = new Buyer(0, "temp", 0);

            return(B.GetB());
        }