public List <Cancellation> GetCancellations()
 {
     return(db.GetCancellations());
 }