public void AddRecordDirectly(string sTitle, string sLinkUrl, string sGroup)
 {
     StoryBoard.AddItemAndToGroup(sTitle, sLinkUrl, 0, sGroup);
 }