public IHttpActionResult Get(int id)
 {
     return(Ok(sRepo.GetShippingDetails(id)));
 }