public ActionResult <List <InventoryHasLocation> > GetAll()
 {
     log.Info("Retreiving all inventory Location from database");
     return(Repo.GetAllLocationInventoryByLocation().ToList());
 }