public IHttpActionResult GetAllUsersSN(string sn)
 {
     return(Json(_service.GetAllSN(sn)));
 }