public Task <WellModel> Get(int id)
 {
     return(_wellRepository.GetById(id));
 }