public IActionResult GetSubscriber()
 {
     return(Json(new { data = repositoryData.GetAllSubscriber() }));
 }