public IHttpActionResult getCourseByspealitation(int spealitationId)
 {
     return(Ok(CourseBLL.getCourseByspealitation(spealitationId)));
 }