/// <summary>
 /// Create separator on the panel
 /// </summary>
 /// <returns></returns>
 public Panel CreateSeparator()
 {
     Source.AddSeparator();
     return(this);
 }