public V_EMPLOYEEDETAIL GetEmployeeByFingerPrintID(string FingerPrintID) { using (EmployeeBLL bll = new EmployeeBLL()) { return bll.GetEmployeeOrgByFingerPrintID(FingerPrintID); } }