static public User GetUser(int id)
 {
     return(SQConnection.GetWithChildren <User>(SQConnection.Table <User>().ElementAt(id).Name));
 }