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