using WS; public class PointController : Controller { public void ShowPoint(int index, string text) { this._View.ShowPoint(index, text); } }