public Dictionary <JobNumber, int> GetAmountForEveryJob()
 {
     return(context.GetAmountForEveryJob());
 }