private void AmendStaff_Click(object sender, RoutedEventArgs e)
 {
     PageFunctions.ShowStaffPage(PageFunctions.Amend);
 }
 private void StaffButton_View_Click(object sender, RoutedEventArgs e)
 {
     PageFunctions.ShowStaffPage(PageFunctions.View);
 }