public bool Add(T Obj)
 {
     TempCollection.Add(Obj);
     return(true);
 }