public int AddEmpDetails(Employee employee)
 {
     mq.Send(employee);
     return(_employeeRepository.AddEmpDetails(employee));
 }