public IEnumerable <Role> GetAllRole()
        {
            logger.Trace("Success");

            return(roleDal.GetAllRole());
        }