public IActionResult GetEmployeeList(int designationId) { return(Ok(_employeeDetailService.GetEmployeeList(designationId, BranchId))); }