public ActionResult <List <Tuple <string, int> > > Get() { return(new ActionResult <List <Tuple <string, int> > >(dB.GetStatistics())); }