public GettinModel Post(GettinModel model)
 {
     model.status = "success";
     return model;
 }
 public GettinModel Post(GettinModel model)
 {
     model.status = "success";
     return(model);
 }