public async Task Delete(int id)
 {
     await _buildService.Delete(id);
 }