public static bool DeleteArchives(int ido)
        {
            bool x = myRealProvider.DeleteArchives(ido);

            return(x);
        }