private void RaiseNewFormartedContentEvent(MyFormatetArgs eventargs)
 {
     if (NewFormartetContent != null)
     {
         NewFormartetContent(this, eventargs);
     }
 }
 /// <summary>
 /// Event to get lists of Formartet Content
 /// Use Set Filter to Create new Filters
 /// </summary>
 /// <param name="source"></param>
 /// <param name="e"></param>
 private void New_formatet_Content_Available(object source, MyFormatetArgs e)
 {
 }