/// <summary>
 /// Creates a "blank" object of this type and populates primitives with defaults
 /// </summary>
 public static FundingEventFundingSource CreateNewBlank(FundingSource fundingSource, FundingEvent fundingEvent)
 {
     return(new FundingEventFundingSource(fundingSource, fundingEvent));
 }