@Query("SElECT * FROM JobsModel where uid = :id")
    abstract fun getJobById(id: String): LiveData<JobsModel>