public SystemRolesRepository(IDBClient dbClient)
 {
     _systemRoles = dbClient.GetSytemRolesCollection();
 }