1. #include <iostream>
  2. #include "List.h"
  3.  
  4. template<typename T>
  5. void List::Add(const T& el)
  6. {
  7.     Node* head = new Node(el);
  8.     if ( Compare(el,i) > i )
  9.         std::cout << "Ok" << std::endl;
  10.  
  11. }