partial void CallAfterConstructor(vSingularGrantAllocation vSingularGrantAllocation);
 /// <summary>
 /// Constructor for building a new simple object with the POCO class
 /// </summary>
 public vSingularGrantAllocation(vSingularGrantAllocation vSingularGrantAllocation) : this()
 {
     this.GrantID           = vSingularGrantAllocation.GrantID;
     this.GrantAllocationID = vSingularGrantAllocation.GrantAllocationID;
     CallAfterConstructor(vSingularGrantAllocation);
 }