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