public async Task <DataBase> SelectAsync(int id, string sOperator = null) { return(await _DataBaseRepository.SelectAsync(id, sOperator)); }