public IEnumerable <Function> GetListFunctionByRoleId(int id)
 {
     return(_functionRepository.GetListFunctionByRoleId(id));
 }