public Employee GetEmployee()
 {
     return(cache.GetEmployee());
 }