public bool IsExistFingerPrintID(string FingerPrintID, string employeeID) { using (EmployeeBLL bll = new EmployeeBLL()) { return bll.IsExistFingerPrintID(FingerPrintID, employeeID); } }