public dynamic GetAllLots()
        {
            PurchaseRepository repo = new PurchaseRepository();
            var listLot             = repo.GetAllLots();

            return(listLot);
        }