/// <summary>
 /// Create a new Genotipo object.
 /// </summary>
 /// <param name="idgenotipo">Initial value of the idgenotipo property.</param>
 /// <param name="idcaso">Initial value of the idcaso property.</param>
 /// <param name="idpessoa">Initial value of the idpessoa property.</param>
 /// <param name="idlocus">Initial value of the idlocus property.</param>
 /// <param name="idalelo1">Initial value of the idalelo1 property.</param>
 /// <param name="idalelo2">Initial value of the idalelo2 property.</param>
 public static Genotipo CreateGenotipo(global::System.Int32 idgenotipo, global::System.Int32 idcaso, global::System.Int32 idpessoa, global::System.Int32 idlocus, global::System.Int32 idalelo1, global::System.Int32 idalelo2)
 {
     Genotipo genotipo = new Genotipo();
     genotipo.idgenotipo = idgenotipo;
     genotipo.idcaso = idcaso;
     genotipo.idpessoa = idpessoa;
     genotipo.idlocus = idlocus;
     genotipo.idalelo1 = idalelo1;
     genotipo.idalelo2 = idalelo2;
     return genotipo;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Genotipoes EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToGenotipoes(Genotipo genotipo)
 {
     base.AddObject("Genotipoes", genotipo);
 }