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