public async Task <IHttpActionResult> GetAll()
 {
     return(Ok(await bloggerRepo.GetAll()));
 }