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