public void Dispose()
 {
     ColorAnimation?.Dispose();
     GC.SuppressFinalize(this);
 }