public int Add(CFile cf)
 {
     return(List.Add(cf));
 }
        public int Add(string Name)
        {
            CFile cf = new CFile(Name);

            return(List.Add(cf));
        }