/// <summary>
 /// Deprecated Method for adding a new object to the tblemployee EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddTotblemployee(tblemployee tblemployee)
 {
     base.AddObject("tblemployee", tblemployee);
 }
 /// <summary>
 /// Create a new tblemployee object.
 /// </summary>
 /// <param name="idemployee">Initial value of the idemployee property.</param>
 /// <param name="idemployeeposition">Initial value of the idemployeeposition property.</param>
 /// <param name="idperson">Initial value of the idperson property.</param>
 /// <param name="idstatus">Initial value of the idstatus property.</param>
 public static tblemployee Createtblemployee(global::System.Int32 idemployee, global::System.Int32 idemployeeposition, global::System.Int32 idperson, global::System.Int32 idstatus)
 {
     tblemployee tblemployee = new tblemployee();
     tblemployee.idemployee = idemployee;
     tblemployee.idemployeeposition = idemployeeposition;
     tblemployee.idperson = idperson;
     tblemployee.idstatus = idstatus;
     return tblemployee;
 }