public int AddOrUpdate(ProfessorSyncModel model)
        {
            var rep = new ProfessorRepository(new DatabaseFactory());

            return(rep.AddOrUpdate(model));
        }