public decimal AlreadyExitCode(Courses _Course)
 {
     return(_CourseRepository.AlreadyExitCode(_Course));
 }