public List <Stocks> PurchaseDisplay()
 {
     return(_stockRepo.PurchaseDisplay());
 }