private DataModel PrepareViewModel() { return(new DataModel { allIncidents = db.MGetAll(), allRequests = db.DGetAll() }); }