public ArrayList GetPositionsByDeptId(String deptId)
 {
     return(positionDal.FindAllByDeptId(deptId));
 }