public ActionResult <ICollection <Scooter> > GetScooter() { return(Ok(_scooterRepository.GetScooter())); }