// GET: api/CarTypes
 public IQueryable <spGetCarTypes_Result> GetCarTypes()
 {
     return(db.spGetCarTypes().AsQueryable());
 }