public void Statics(int staticPageId, string mytextarea)
 {
     _repo.AdminEditStaticPage(staticPageId, mytextarea);
 }