public int TotalHours()
 {
     return(_employeeContext.GetTotalAvailabeHours());
 }