public HomeController(IJobDBRepository context)
 {
     db = context;
 }