internal List <Department> GetShowDepartmentDetails()
 {
     return(_DepartmentGetway.GetShowDepartmentDetails());
 }