protected bool BlockRecruiterAcount(int recId) { var dt = new DaoUser(); return(dt.BlockAnRecruitorAcount(recId) > 0); }