/// <summary>
 /// 获取数据列表
 /// </summary>
 /// <returns></returns>
 public List <RightDto> GetAllList()
 {
     return(_repository.GetAllList());
 }