public Department DHfindCurrentCollectionPoint(int id)
 {
     return(DepartmentDAO.DHfindCurrentCollectionPoint(id));
 }