public QfCompositeController(IDataServiceComposite <TEntity, TFirst, TSecond> dataService, QuickFrameSecurityManager securityManager, IOptions <ViewOptions> viewOptions)
     : base(dataService, securityManager, viewOptions)
 {
 }
 /// <summary>
 /// The constructor for the QfCompositeController class.
 /// </summary>
 /// <param name="dataService">The data service used to return data to the views contained within this class.</param>
 /// <param name="securityManager">The <see cref="QuickFrame.Security.QuickFrameSecurityManager"/>  used to apply security to functions within this class.</param>
 public QfCompositeController(IDataServiceComposite <TEntity, TFirst, TSecond> dataService, QuickFrameSecurityManager securityManager)
     : base(dataService, securityManager)
 {
 }