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

            return(x);
        }