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