internal int AddSubjectToEmployee(int eId, int sId) { return(_dbEmployee.AddSubjectToEmployee(eId, sId)); }