public JObject GetWebPageChangesFromSourceControl(string orderBy, int skip, int take
                                                   , string comment
                                                   , string user
                                                   , string fromDateTime
                                                   , string toDateTime
                                                   , string webPageGuid
                                                   , string type)
 {
     return(_webPageBiz.GetWebPageChangesFromSourceControl(orderBy, skip, take
                                                           , comment
                                                           , user
                                                           , fromDateTime
                                                           , toDateTime
                                                           , webPageGuid
                                                           , type));
 }