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