internal object GetTasksForEmp(Employee e)
 {
     return(TaskRepo.GetTasks(e));
     //return RepoCompany.GetTasks(e);
 }