public async Task <Point> GetByIdAsync(int id)
 {
     return(await _pointRepository.FindByIdAsync(id));
 }