/// <summary>
        /// Create a new tb_Medicamento object.
        /// </summary>
        /// <param name="pK_CODIGO">Initial value of the PK_CODIGO property.</param>
        public static tb_Medicamento Createtb_Medicamento(global::System.String pK_CODIGO)
        {
            tb_Medicamento tb_Medicamento = new tb_Medicamento();

            tb_Medicamento.PK_CODIGO = pK_CODIGO;
            return(tb_Medicamento);
        }
 /// <summary>
 /// Deprecated Method for adding a new object to the tb_Medicamento EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotb_Medicamento(tb_Medicamento tb_Medicamento)
 {
     base.AddObject("tb_Medicamento", tb_Medicamento);
 }