public int CompareTo(Attacks other) { try { return(Dt.CompareTo(other.Dt)); } catch (Exception e) { throw; } }