public ActionResult Create(Truck addtruck) { try { truck.AddTruck(addtruck); return(RedirectToAction("Trucks")); } catch { return(View()); } }