public bool Add(Model.StockIn stockIn) { bool isAdded = _stockInRepository.Add(stockIn); return(isAdded); }