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