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

            return(x);
        }