public Story <PlayerPage> GetPlayer(int playerid)
        {
            var player = playersTeller.GetStory(playerid);

            return(player);
        }
 public Story <SessionPage> GetSession(int playerid)
 {
     return(sessionsTeller.GetStory(playerid));
 }