public Assignment Assign(int assId, int couId) { return(_assignmentRepository.Assign(assId, couId)); }