private string GetName() { var stock = model.GetStock(); view.Buy(stock); string name = Console.ReadLine(); return(name); }