/// <summary>
 /// Initializes a new instance of the <see cref="YoutubeViewModel" /> class.
 /// </summary>
 public YoutubeViewModel()
 {
     YoutubeItem = new YoutubeItem { Width = 560, Height = 315, FrameBorder = 0, Source = "http://www.youtube.com/embed/tYrND5hMY3A" };
 }
 /// <summary>
 /// Initializes a new instance of the <see cref="YoutubeViewModel" /> class.
 /// </summary>
 public YoutubeViewModel()
 {
     YoutubeItem = new YoutubeItem {
         Width = 560, Height = 315, FrameBorder = 0, Source = "http://www.youtube.com/embed/tYrND5hMY3A"
     };
 }