public static Yetkililer ToEntity(this YetkililerModel model, Yetkililer destination)
 {
     return(model.MapTo(destination));
 }
 public static Yetkililer ToEntity(this YetkililerModel model)
 {
     return(model.MapTo <YetkililerModel, Yetkililer>());
 }