/// <summary>
 /// Initializes a new instance of the <see cref="MVC_Controller"/> class.
 /// </summary>
 public MVC_Controller()
 {
     this.caretaker = new Caretaker();
     this.cor       = new COR();
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="MVC_Controller"/> class.
 /// </summary>
 public MVC_Controller()
 {
     this.caretaker = new Caretaker();
     this.cor = new COR();
 }