public StockContract GetStockObject(int StockID) { StockContract retunobject = new StockContract(); retunobject.StockObj = StockRepo.GetStockObject(StockID); return(retunobject); }