/// <summary>
 /// Called when [MVVM cross home page].
 /// </summary>
 /// <param name="sender">The sender.</param>
 /// <param name="e">The <see cref="EventArgs"/> instance containing the event data.</param>
 private void OnMvvmCrossHomePage(object sender, EventArgs e)
 {
     TraceService.WriteLine("NinjaCoder_MvvmCross_VSPackagePackage::OnMvvmCrossHomePage");
     NinjaController.MvvmCrossHomePage();
 }
 /// <summary>
 /// MVVMs the cross.
 /// </summary>
 internal void MvvmCross()
 {
     NinjaController.MvvmCrossHomePage();
 }