/// <summary>
 /// Deprecated Method for adding a new object to the CITOLOGIAOTRO EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToCITOLOGIAOTRO(CITOLOGIAOTRO cITOLOGIAOTRO)
 {
     base.AddObject("CITOLOGIAOTRO", cITOLOGIAOTRO);
 }
 /// <summary>
 /// Create a new CITOLOGIAOTRO object.
 /// </summary>
 /// <param name="nroInfo">Initial value of the NroInfo property.</param>
 /// <param name="codRes1">Initial value of the CodRes1 property.</param>
 public static CITOLOGIAOTRO CreateCITOLOGIAOTRO(global::System.Int32 nroInfo, global::System.Int32 codRes1)
 {
     CITOLOGIAOTRO cITOLOGIAOTRO = new CITOLOGIAOTRO();
     cITOLOGIAOTRO.NroInfo = nroInfo;
     cITOLOGIAOTRO.CodRes1 = codRes1;
     return cITOLOGIAOTRO;
 }