public IEnumerable <Sighting> GetAll()
 {
     return(db.GetAllSightings());
 }