/// <summary>
 /// Plays next media in Medias.
 /// </summary>
 public void Next()
 {
     Medias.Next();
 }