/// <summary>
 /// Create a new RV_GRP_STRG object.
 /// </summary>
 /// <param name="iD_RV_GRP">Initial value of the ID_RV_GRP property.</param>
 /// <param name="iD_RV_GEO">Initial value of the ID_RV_GEO property.</param>
 public static RV_GRP_STRG CreateRV_GRP_STRG(global::System.Int32 iD_RV_GRP, global::System.Int32 iD_RV_GEO)
 {
     RV_GRP_STRG rV_GRP_STRG = new RV_GRP_STRG();
     rV_GRP_STRG.ID_RV_GRP = iD_RV_GRP;
     rV_GRP_STRG.ID_RV_GEO = iD_RV_GEO;
     return rV_GRP_STRG;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the RV_GRP_STRG EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToRV_GRP_STRG(RV_GRP_STRG rV_GRP_STRG)
 {
     base.AddObject("RV_GRP_STRG", rV_GRP_STRG);
 }