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