public IHttpActionResult GetDistricts()
 {
     return(Ok(db.PR_GetDistricts().ToList()));
 }