// GET: api/SeatPrice/5
 public SeatPrice_Result Get(string id)
 {
     return(db.SeatPrice(id).ToList()[0]);
 }