public List <SecurityRoleDto> GetRoles()
 {
     return(_IListManager.GetRoles());
 }