public List <CarViewModel> GetAll() { return(obj.GetAll()); }
public ActionResult GetAll() { return(Json(_da.GetAll(), JsonRequestBehavior.AllowGet)); }