/// <summary>
 /// Create a new Token object.
 /// </summary>
 /// <param name="id">Initial value of the Id property.</param>
 /// <param name="tokenn">Initial value of the Tokenn property.</param>
 /// <param name="createDate">Initial value of the CreateDate property.</param>
 public static Token CreateToken(global::System.Int32 id, global::System.String tokenn, global::System.DateTime createDate)
 {
     Token token = new Token();
     token.Id = id;
     token.Tokenn = tokenn;
     token.CreateDate = createDate;
     return token;
 }
 /// <summary>
 /// Deprecated Method for adding a new object to the Tokens EntitySet. Consider using the .Add method of the associated ObjectSet&lt;T&gt; property instead.
 /// </summary>
 public void AddToTokens(Token token)
 {
     base.AddObject("Tokens", token);
 }