public List <StockInViewModel> GetAllStockList()
 {
     return(_StockInRepository.GetAllStockList());
 }