/// <summary>
 /// Plays previous media.
 /// </summary>
 public void Previous()
 {
     Medias.Previous();
 }