public void CivilizationDelete(int CivID)
 {
     _context.CivilizationDelete(CivID);
 }