public DynamicStack()
 {
     Stack = new DynamicArray <T>();
 }