public IEnumerable <Car> Get()
 {
     return(galleryContext.GetCarsViaSP());
 }