static void Main()
 {
     Context context = new Context(new Online());
     context.ShowSKypeState();
     context.ShowSKypeState();
     context.ShowSKypeState();
     context.ShowSKypeState();
 }