public IHttpActionResult GetRentalPlans() { var rentalPlans = planService.GetRentalPlans(); return(Ok(rentalPlans)); }