protected bool BlockAcount(int userId) { var dt = new DaoUser(); return(dt.BlockAnAcount(userId) > 0); }