public ActionResult <IEnumerable <GetAllDeliveryAddressesModel> > GetAllDeliveries()
 {
     return(_context.GetAllDeliveryAddresses());
 }