/// <summary>
 /// Encapsulates and passes the current GlobalValues object to the static method, TitleBuilder.GetTitle().
 /// </summary>
 /// <param name="prefix">Begining of the Title String, usually the major identifier of the data.</param>
 /// <param name="entity"></param>
 /// <returns></returns>
 protected virtual String GetTitle(String beginTitle)
 {
     return(TitleBuilder.GetTitle(beginTitle, GlobalValues, QueryMarshaller));
 }