public ActionResult SentBytes()
 {
     return(Content(NetworkMonitor.NetworkSent() / 1000 + "KB/s"));
 }