public async Task DeleteList(int id)
 {
     await _pointRepository.DeleteList(id);
 }