public IHttpActionResult InitializeDatabase() { DemoDataHelper.CleanupDatabase(); DemoDataHelper.CreateDemoData(); return(Ok()); }