public void ForgeController(long rid, int iid, string life, long time) { dataRepository.AddForge(new Forge(rid, iid, life, time)); }